home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / svgabg52.zip / MOUSE / README.NEW < prev    next >
Text File  |  1993-10-04  |  968b  |  22 lines

  1.   New BGI drivers with mouse support!
  2.  
  3. The drivers 'xxxM.BGI' are beta versions of my drivers with built-in
  4. mouse support...  Install the driver as you would the normal drivers,
  5. and just use regular mouse calls (Note... initialize the graphics mode
  6. before you call any other mouse functions).
  7.  
  8.   Regular mouse calls are the int 0x33 mouse functions.  The BGI drivers
  9. contain code that is called whenever the mouse is moved (using the mouse
  10. callback function int0x33, subfunction 0xC), and draw the mouse cursor on
  11. the screen. (it basically uses a modified getimage/putimage)
  12.  
  13. WARNING: Please remember to call closegraph if you use the mouse BGI drivers;
  14. otherwise EVIL THINGS WILL HAPPEN! ;-)
  15.  
  16.   These are beta-test versions; so some functions may not operate correctly,
  17. please inform me if you find any of these...
  18.  
  19.   Use the program moustest.exe to test the mouse drivers.
  20.  
  21.   The mouse specific driver source is not available for distribution.
  22.